home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [68].lua < prev    next >
Encoding:
Text File  |  2011-11-07  |  546 b   |  12 lines

  1. -- Script [68]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. CrewID = GetIntFlag(6);
  6. CrewName = GetCrewName(CrewID);
  7.  
  8. ShowStoryText("You wait until the rest of the crew have returned from exploring the island and then announce your discovery. The other crewmen demand that " .. CrewName .. " must surely walk the plank. After looking around for a while and failing to find a suitable plank, you simply toss him overboard, which the crew all agree is close enough.");
  9.  
  10. KillCrew(CrewID);
  11.  
  12. AddCaptainsLog("The crew killed a spy you discovered on board.");